3.123 \(\int \frac{x^2 \left (b+2 c x^3\right )}{b x^3+c x^6} \, dx\)

Optimal. Leaf size=16 \[ \frac{1}{3} \log \left (b x^3+c x^6\right ) \]

[Out]

Log[b*x^3 + c*x^6]/3

_______________________________________________________________________________________

Rubi [A]  time = 0.00993579, antiderivative size = 16, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 25, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.04 \[ \frac{1}{3} \log \left (b x^3+c x^6\right ) \]

Antiderivative was successfully verified.

[In]  Int[(x^2*(b + 2*c*x^3))/(b*x^3 + c*x^6),x]

[Out]

Log[b*x^3 + c*x^6]/3

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 10.8673, size = 15, normalized size = 0.94 \[ \frac{\log{\left (x^{3} \right )}}{3} + \frac{\log{\left (b + c x^{3} \right )}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**2*(2*c*x**3+b)/(c*x**6+b*x**3),x)

[Out]

log(x**3)/3 + log(b + c*x**3)/3

_______________________________________________________________________________________

Mathematica [A]  time = 0.0114407, size = 15, normalized size = 0.94 \[ \frac{1}{3} \log \left (b+c x^3\right )+\log (x) \]

Antiderivative was successfully verified.

[In]  Integrate[(x^2*(b + 2*c*x^3))/(b*x^3 + c*x^6),x]

[Out]

Log[x] + Log[b + c*x^3]/3

_______________________________________________________________________________________

Maple [A]  time = 0.007, size = 14, normalized size = 0.9 \[{\frac{\ln \left ( c{x}^{3}+b \right ) }{3}}+\ln \left ( x \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^2*(2*c*x^3+b)/(c*x^6+b*x^3),x)

[Out]

1/3*ln(c*x^3+b)+ln(x)

_______________________________________________________________________________________

Maxima [A]  time = 0.745737, size = 23, normalized size = 1.44 \[ \frac{1}{3} \, \log \left (c x^{3} + b\right ) + \frac{1}{3} \, \log \left (x^{3}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2*c*x^3 + b)*x^2/(c*x^6 + b*x^3),x, algorithm="maxima")

[Out]

1/3*log(c*x^3 + b) + 1/3*log(x^3)

_______________________________________________________________________________________

Fricas [A]  time = 0.259117, size = 18, normalized size = 1.12 \[ \frac{1}{3} \, \log \left (c x^{3} + b\right ) + \log \left (x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2*c*x^3 + b)*x^2/(c*x^6 + b*x^3),x, algorithm="fricas")

[Out]

1/3*log(c*x^3 + b) + log(x)

_______________________________________________________________________________________

Sympy [A]  time = 1.29646, size = 12, normalized size = 0.75 \[ \log{\left (x \right )} + \frac{\log{\left (\frac{b}{c} + x^{3} \right )}}{3} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**2*(2*c*x**3+b)/(c*x**6+b*x**3),x)

[Out]

log(x) + log(b/c + x**3)/3

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.265025, size = 20, normalized size = 1.25 \[ \frac{1}{3} \,{\rm ln}\left ({\left | c x^{3} + b \right |}\right ) +{\rm ln}\left ({\left | x \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2*c*x^3 + b)*x^2/(c*x^6 + b*x^3),x, algorithm="giac")

[Out]

1/3*ln(abs(c*x^3 + b)) + ln(abs(x))